home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / win / wresourc.h < prev    next >
Text File  |  1993-09-15  |  2KB  |  93 lines

  1. /*
  2.  * $Id: wresourc.h%v 3.50.1.13 1993/08/19 03:21:26 woo Exp $
  3.  */
  4.  
  5. /* GNUPLOT - win/wresourc.h */
  6. /*
  7.  * Copyright (C) 1992   Maurice Castro, Russell Lang
  8.  *
  9.  * Permission to use, copy, and distribute this software and its
  10.  * documentation for any purpose with or without fee is hereby granted, 
  11.  * provided that the above copyright notice appear in all copies and 
  12.  * that both that copyright notice and this permission notice appear 
  13.  * in supporting documentation.
  14.  *
  15.  * Permission to modify the software is granted, but not the right to
  16.  * distribute the modified code.  Modifications are to be distributed 
  17.  * as patches to released version.
  18.  *  
  19.  * This software is provided "as is" without express or implied warranty.
  20.  * 
  21.  *
  22.  * AUTHORS
  23.  * 
  24.  *   Maurice Castro
  25.  *   Russell Lang
  26.  * 
  27.  * Send your comments or suggestions to 
  28.  *  info-gnuplot@dartmouth.edu.
  29.  * This is a mailing list; to join it send a note to 
  30.  *  info-gnuplot-request@dartmouth.edu.  
  31.  * Send bug reports to
  32.  *  bug-gnuplot@dartmouth.edu.
  33.  */
  34.  
  35. /* This contains items internal to wgnuplot.dll
  36.    that are used by the Resource Compiler */
  37.  
  38. /* wmenu.c */
  39. #define ID_PROMPT 300
  40. #define ID_ANSWER 302
  41. #define NUMMENU 256
  42.  
  43. /* wpause.c */
  44.  
  45. /* wtext.c */
  46. #define AB_ICON 250
  47. #define AB_TEXT1 251
  48. #define AB_TEXT2 252
  49. #define AB_TEXT3 253
  50.  
  51. /* wgraph.c */
  52. #define M_GRAPH_TO_TOP NUMMENU+1
  53. #define M_CHOOSE_FONT  NUMMENU+2
  54. #define M_BACKGROUND   NUMMENU+3
  55. #define M_COLOR        NUMMENU+4
  56. #define M_COPY_CLIP    NUMMENU+5
  57. #define M_LINESTYLE    NUMMENU+6
  58. #define M_PRINT        NUMMENU+7
  59. #define M_WRITEINI     NUMMENU+8
  60. #define M_PASTE        NUMMENU+9
  61. #define M_ABOUT        NUMMENU+10
  62. #define M_REBUILDTOOLS NUMMENU+11
  63. /* wtext.c */
  64. #define M_SYSCOLORS    NUMMENU+12
  65.  
  66. /* wprinter.c */
  67. #define PSIZE_SBOX 100
  68. #define PSIZE_DEF 101
  69. #define PSIZE_OTHER 102
  70. #define PSIZE_DEFX 103
  71. #define PSIZE_DEFY 104
  72. #define PSIZE_X 105
  73. #define PSIZE_Y 106
  74. #define PSIZE_OFFBOX 107
  75. #define PSIZE_OFFX 108
  76. #define PSIZE_OFFY 109
  77. #define CANCEL_PCDONE 120
  78. #define SPOOL_PORT 121
  79.  
  80. /* wgraph.c */
  81. /* line style dialog box */
  82. #define LS_LINENUM 200
  83. #define LS_MONOBOX 201
  84. #define LS_COLORBOX 202
  85. #define LS_MONOSTYLE 203
  86. #define LS_MONOWIDTH 204
  87. #define LS_CHOOSECOLOR 205
  88. #define LS_COLORSAMPLE 206
  89. #define LS_COLORSTYLE 207
  90. #define LS_COLORWIDTH 208
  91. #define LS_DEFAULT 209
  92.  
  93.